home *** CD-ROM | disk | FTP | other *** search
/ Education (Super OZ Shareware) / Education (Super OZ Shareware).iso / scanwin / validate.txt < prev    next >
Text File  |  1995-02-13  |  4KB  |  101 lines

  1.                             VALIDATE Version 2.00
  2.  
  3.                         QUICK COMMAND REFERENCE GUIDE
  4.  
  5.  
  6.  
  7.           Copyright 1993, 1994 by McAfee, Inc.  All Rights Reserved.
  8.  
  9.  
  10.  
  11.  
  12.                              Brought to you by:
  13.  
  14.                       Igor Grebert    Project Leader
  15.                     Jivko Koltchev    Lead Programmer
  16.                          David Mai    TSR Programmer
  17.                       Vadim Ivanov    Algorithms/Emulation Programmer
  18.                  Tatyana Shishkina    Virus Librarian, Programmer
  19.                       Dmitri Orlov    DOS UI Programmer
  20.                      Spencer Clark    SQA Manager
  21.                     Aryeh Goretsky    Documentation Review
  22.  
  23.       With special thanks to Bob Chappelear, Rudite Emir, and Bill Larson
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.          ╔═══════════════════╗
  39.          ║ LICENSE AGREEMENT ║
  40.          ╚═══════════════════╝
  41.  
  42.          McAfee, Inc. assumes no responsibility for damages or lost data
  43.          caused by the use or misuse of this program, including if used
  44.          in accordance with the program documentation.
  45.  
  46.          Use of this program means compliance with this Agreement.
  47.  
  48.  
  49. Validate Version 2.00                                Page 1
  50.  
  51.  
  52. VALIDATE is a file-authentication program that may be used to check
  53. other programs for signs of tampering.  VALIDATE uses two discrete
  54. methods to generate Cyclic Redundancy Checks (CRC's), which are then
  55. displayed for the user to compare against the known value for the
  56. program(s) validated.  The known validation data can be published by
  57. the author of the program or be obtained from a trusted information
  58. database.  The dual CRC checking provides a high degree of security.
  59.  
  60.      To confirm that a program is in its original, untampered state,
  61. run the VALIDATE program on it, record the validation data produced,
  62. and compare it against the record in the online database.  If they
  63. match, than it is highly improbable that the program has been modified.
  64.  
  65. To run VALIDATE, type:
  66.  
  67.      VALIDATE <path spec>
  68.  
  69. where <pathspec> is the name of a file or directory.  The wildcard
  70. characters, "*" and "?", may be used when specifying <pathspec>/
  71.  
  72. The VALIDATE program will then display the following information:
  73.  
  74.                 <name of directory>
  75.  
  76.                 name of file (starting at row 1)
  77.                 │
  78.                 │ extension of file (starting at row 10)
  79.                 │ │
  80.                 │ │ size of file (starting at row 15)
  81.                 │ │ │
  82.                 │ │ │ date of file (starting at row 25)
  83.                 │ │ │ │
  84.                 │ │ │ │ time of file (starting at row 35)
  85.                 │ │ │ │ │
  86.                 │ │ │ │ │ check method 1 (starting at row 44)
  87.                 │ │ │ │ │ │
  88.                 │ │ │ │ │ │  check method 2 (starting at row 51)
  89.                 │ │ │ │ │ │  └────────────────────────────────────┐
  90.                 │ │ │ │ │ └────────────────────────────────┐      │
  91.                 │ │ │ │ └─────────────────────────┐        │      │
  92.                 │ │ │ └─────────────────┐         │        │      │
  93.                 │ │ └─────────┐         │         │        │      │
  94.                 │ └──────┐    │         │         │        │      │
  95.                 │        │    │         │         │        │      │
  96.                 V        V    V         V         V        V      V
  97.                 SAMPLE   TXT  12345678  01-01-80  12:01a   1A2B   3C4D
  98.  
  99.                 <number> file(s) have been validated.
  100.  
  101.